Skip to content

Add agent loop LLM preflight-only mode#129

Merged
SonAIengine merged 1 commit into
mainfrom
agent-loop-preflight-only
Jul 2, 2026
Merged

Add agent loop LLM preflight-only mode#129
SonAIengine merged 1 commit into
mainfrom
agent-loop-preflight-only

Conversation

@SonAIengine

Copy link
Copy Markdown
Contributor

Summary

  • add --preflight-only to validate the resolved LLM endpoint/model/key before loading benchmark data
  • allow preflight-only runs without MS MARCO paths or SQLite DB paths
  • document the DeepSeek preflight step before the longer agent-loop run

Verification

  • uv run pytest tests/test_agent_search_benchmarks.py tests/test_deepseek_env_config.py
  • uv run ruff check examples/ablation/run_agent_loop_benchmarks.py examples/ablation/configure_deepseek_env.py tests/test_agent_search_benchmarks.py tests/test_deepseek_env_config.py
  • uv run ruff format --check examples/ablation/run_agent_loop_benchmarks.py examples/ablation/configure_deepseek_env.py tests/test_agent_search_benchmarks.py tests/test_deepseek_env_config.py
  • git diff --check
  • uv run python examples/ablation/run_agent_loop_benchmarks.py --llm-preset deepseek --preflight-only (expected: DEEPSEEK_API_KEY is not set)

@SonAIengine SonAIengine merged commit 9e248a4 into main Jul 2, 2026
2 checks passed
@SonAIengine SonAIengine deleted the agent-loop-preflight-only branch July 2, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant